line(0, 0, width, height);
line(width, 0, 0, height);
// Saves the TIFF file "x.tif" to the current sketch's folder
save("x.tif");